home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / vgakit52.zip / MKEXAMP.BAT < prev    next >
DOS Batch File  |  1992-10-21  |  215b  |  8 lines

  1. ml /c mode13x.asm
  2. ml /c point.asm
  3. ml /c svgamode.asm
  4. ml /c banks.asm
  5. c:\msc\bin\cl -AS -Oas -Gs -Zl -Zp -FPa -Zi -c example.c
  6. link example+mode13x+point+svgamode+banks,example,example,c:\msc\lib\slibca/co;
  7.  
  8.